Skip to content

Commit

Permalink
Revert "chore(polkadot): upgrade to v1.2.0 (#905)" (#1000)
Browse files Browse the repository at this point in the history
* Revert "chore(polkadot): upgrade to v1.2.0 (#905)"

This reverts commit 04128c8.
  • Loading branch information
renauter authored Sep 4, 2024
1 parent 04128c8 commit ea6fdf3
Show file tree
Hide file tree
Showing 10 changed files with 265 additions and 297 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_keep_alive", dest, types.NewUCompact(bal))
c, err := types.NewCall(meta, "Balances.transfer", dest, types.NewUCompact(bal))
if err != nil {
panic(err)
}
Expand Down
Loading

0 comments on commit ea6fdf3

Please sign in to comment.