Skip to content

Commit 04128c8

Browse files
authored
chore(polkadot): upgrade to v1.2.0 (#905)
1 parent d4e15e2 commit 04128c8

File tree

10 files changed

+297
-265
lines changed

10 files changed

+297
-265
lines changed

clients/tfchain-client-go/transfer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func (s *Substrate) Transfer(identity Identity, amount uint64, destination Accou
1919
}
2020
bal := big.NewInt(int64(amount))
2121

22-
c, err := types.NewCall(meta, "Balances.transfer", dest, types.NewUCompact(bal))
22+
c, err := types.NewCall(meta, "Balances.transfer_keep_alive", dest, types.NewUCompact(bal))
2323
if err != nil {
2424
panic(err)
2525
}

0 commit comments

Comments
 (0)