Skip to content

Commit ea6fdf3

Browse files
authored
Revert "chore(polkadot): upgrade to v1.2.0 (#905)" (#1000)
* Revert "chore(polkadot): upgrade to v1.2.0 (#905)" This reverts commit 04128c8.
1 parent 04128c8 commit ea6fdf3

File tree

10 files changed

+265
-297
lines changed

10 files changed

+265
-297
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_keep_alive", dest, types.NewUCompact(bal))
22+
c, err := types.NewCall(meta, "Balances.transfer", dest, types.NewUCompact(bal))
2323
if err != nil {
2424
panic(err)
2525
}

0 commit comments

Comments
 (0)