mirror of
https://github.com/stjet/banani.git
synced 2025-12-29 01:29:24 +00:00
Correct the nano decimal amount recommendation (#7)
This commit is contained in:
@@ -85,7 +85,7 @@ Unrelated, do remember that Nano has harder work thresholds than Banano.
|
||||
|
||||
## Using for Nano instead of Banano
|
||||
|
||||
The main differences between Nano and Banano; or at least those relevant to a library like this, are the different amount of decimals. So, when creating a `Wallet` with banani, make sure to do `my_rpc.DECIMALS = 31` otherwise your sends will be off by two magnitudes which is bad.
|
||||
The main differences between Nano and Banano; or at least those relevant to a library like this, are the different amount of decimals. So, when creating a `Wallet` with banani, make sure to do `rpc.DECIMALS = banani.NANO_DECIMALS` otherwise your sends will be off by one magnitude which is bad.
|
||||
|
||||
Also, a different preamble should be used for message signing.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user