We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e2b720 + 1aacfd4 commit f9393bdCopy full SHA for f9393bd
README.md
@@ -49,9 +49,8 @@ func main() {
49
a := appstore.NewStoreClient(c)
50
response, err := a.GetTransactionInfo(context.TODO(), transactionId)
51
52
- transantions, err := a.ParseSignedTransactions([]{response.SignedTransactionInfo})
53
-
54
- if transactions[0].TransactionId == transactionId {
+ transactions, err := a.ParseSignedTransactions([]string{response.SignedTransactionInfo})
+ if transactions[0].TransactionID == transactionId {
55
// the transaction is valid
56
}
57
0 commit comments