mirror of
https://github.com/Qortal/qortal.git
synced 2025-08-09 04:01:27 +00:00
Adjusted fee info to long format
This commit is contained in:
@@ -584,7 +584,7 @@ let res = await qortalRequest({
|
|||||||
coin: "LTC",
|
coin: "LTC",
|
||||||
destinationAddress: "LSdTvMHRm8sScqwCi6x9wzYQae8JeZhx6y",
|
destinationAddress: "LSdTvMHRm8sScqwCi6x9wzYQae8JeZhx6y",
|
||||||
amount: 1.00000000, // 1 LTC
|
amount: 1.00000000, // 1 LTC
|
||||||
fee: 20 // Optional sats per byte (default fee used if omitted, recommended) - not used for QORT or ARRR
|
fee: 0.00000020 // Optional fee per byte (default fee used if omitted, recommended) - not used for QORT or ARRR
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user