3
0
mirror of https://github.com/Qortal/qortal.git synced 2025-02-11 17:55:50 +00:00

Adjusted fee info to long format

This commit is contained in:
QuickMythril 2023-05-25 17:26:29 -04:00
parent d260c0a9a9
commit 13da0e8a7a

View File

@ -584,7 +584,7 @@ let res = await qortalRequest({
coin: "LTC",
destinationAddress: "LSdTvMHRm8sScqwCi6x9wzYQae8JeZhx6y",
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
});
```