Skip to content

Commit

Permalink
chore: review feedback improvements
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Olshansky <[email protected]>
  • Loading branch information
bryanchriswhite and Olshansk authored Sep 9, 2024
1 parent c7c3b46 commit 09e60ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/poktroll/application/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ message UndelegatingGatewayList {
}

// PendingTransfer is used to store the details of a pending transfer.
// It is only intended to be used inside of an Application object.
message PendingApplicationTransfer {
string destination_address = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"];
uint64 session_end_height = 2;
Expand Down

0 comments on commit 09e60ba

Please sign in to comment.