You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lotus send command allows to specify the token amount in either FIL or attoFIL denominations.
That's not the case for Forest send command where it expects attoFIL.
Add support of similar behaviour.
Add tests covering the different denominations.
Update the documentation accordingly.
Make sure sendFIL still works in the JavaScript console
elmattic
changed the title
Aligning Forest send command behavior with the one from Lotus
Align Forest send command behavior with the one from Lotus
Mar 15, 2023
Issue summary
Lotus send command allows to specify the token amount in either
FIL
orattoFIL
denominations.That's not the case for Forest send command where it expects
attoFIL
.sendFIL
still works in the JavaScript consoleOther information and links
https://github.com/filecoin-project/lotus/blob/master/cli/send.go#L96
https://github.com/filecoin-project/lotus/blob/master/chain/types/fil.go#L86
The text was updated successfully, but these errors were encountered: