Skip to content

Commit

Permalink
uses correct xdr key for transfer from
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidesstaffieri committed Nov 20, 2023
1 parent a8f793d commit 4ef8f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/mercury/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const query = {
}
}
}
transferFromEvent: eventByTopic(t1: "AAAADgAAAAh0cmFuc2Zlcg==", t3: $xdrPubKey) {
transferFromEvent: eventByTopic(t1: "AAAADwAAAAh0cmFuc2Zlcg==", t3: $xdrPubKey) {
edges {
node {
contractId
Expand Down

0 comments on commit 4ef8f68

Please sign in to comment.