Skip to content

Commit

Permalink
fix: multi sig example
Browse files Browse the repository at this point in the history
  • Loading branch information
janaakhterov committed Apr 23, 2021
1 parent 4001c3f commit abc9193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/schedule_multisig_transaction/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func main() {
return
}

transfer, err := info.GetTransaction()
transfer, err := info.GetScheduledTransaction()
if err != nil {
println(err.Error(), ": error getting transaction from schedule info")
return
Expand Down

0 comments on commit abc9193

Please sign in to comment.