We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de585fb commit 0afe61eCopy full SHA for 0afe61e
example/balances/transfer_keep_alive.go
@@ -23,4 +23,8 @@ func main() {
23
}
24
25
_, err = gear.GetClient().PostRequest([]string{s}, "author_submitExtrinsic")
26
+ if err != nil {
27
+ logger.Log().Errorf(" gear.client.PostRequest failed: %v", err)
28
+ os.Exit(1)
29
+ }
30
0 commit comments