Skip to content

Commit

Permalink
Use ConsensusHex for deposit address encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-L2L committed Nov 4, 2024
1 parent afed967 commit a5ddfc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proto/cusf/mainchain/v1/wallet.proto
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ message CreateBmmCriticalDataTransactionResponse {
}

message CreateDepositTransactionRequest {
uint32 sidechain_id = 1;
string address = 2;
uint64 value_sats = 3;
uint64 fee_sats = 4;
google.protobuf.UInt32Value sidechain_id = 1;
cusf.common.v1.ConsensusHex address = 2;
google.protobuf.UInt64Value value_sats = 3;
google.protobuf.UInt64Value fee_sats = 4;
}
message CreateDepositTransactionResponse {
cusf.common.v1.ReverseHex txid = 1;
Expand Down

0 comments on commit a5ddfc0

Please sign in to comment.