Skip to content

Commit

Permalink
FEAT: Tx hashes response to string
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmihaic committed Nov 28, 2023
1 parent a96f40e commit d119564
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
50 changes: 25 additions & 25 deletions data/sovereign/outGoingBridgeData.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion data/sovereign/outGoingBridgeData.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ message BridgeOutGoingData {
}

message BridgeOperationsResponse {
repeated bytes TxHashes = 1;
repeated string TxHashes = 1;
}

service BridgeTxSender {
Expand Down

0 comments on commit d119564

Please sign in to comment.