File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ func main() {
1818 DestinationClient: "counterPartyID", // XXX update
1919 TimeoutTimestamp: uint64(time.Now().Unix()), // XXX update: must be the same as the timestamp of the send packet
2020 Payloads: []types.Payload{{
21- SourcePort: "appID", // XXX update
22- DestinationPort: "counterPartyAppID ", //XXX update
23- Encoding: "application/json ",
24- Value: []byte("{}") , // XXX update
25- Version: "v1", // XXX update: version of app (transfer uses v1)
21+ SourcePort: "appID", // XXX update
22+ DestinationPort: "appID ", //XXX update
23+ Encoding: "application/x-protobuf ",
24+ Value: []byte{} , // XXX update
25+ Version: "v1", // XXX update: version of app (transfer uses v1)
2626 }},
2727 },
2828 Acknowledgement: types.Acknowledgement{
You can’t perform that action at this time.
0 commit comments