Skip to content

Commit

Permalink
chore(polkadot): upgrade to v1.2.0 (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
renauter authored Sep 2, 2024
1 parent d4e15e2 commit 04128c8
Show file tree
Hide file tree
Showing 10 changed files with 297 additions and 265 deletions.
2 changes: 1 addition & 1 deletion clients/tfchain-client-go/transfer.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func (s *Substrate) Transfer(identity Identity, amount uint64, destination Accou
}
bal := big.NewInt(int64(amount))

c, err := types.NewCall(meta, "Balances.transfer", dest, types.NewUCompact(bal))
c, err := types.NewCall(meta, "Balances.transfer_keep_alive", dest, types.NewUCompact(bal))
if err != nil {
panic(err)
}
Expand Down
Loading

0 comments on commit 04128c8

Please sign in to comment.