lbry: enlarge MaxSatoshi from 2e6 to 2e9
This commit is contained in:
parent
e2ba6805a8
commit
e3bdf5aa33
1 changed files with 1 additions and 1 deletions
2
const.go
2
const.go
|
@ -12,5 +12,5 @@ const (
|
|||
SatoshiPerBitcoin = 1e8
|
||||
|
||||
// MaxSatoshi is the maximum transaction amount allowed in satoshi.
|
||||
MaxSatoshi = 21e6 * SatoshiPerBitcoin
|
||||
MaxSatoshi = 21e9 * SatoshiPerBitcoin
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue