mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Fixed send coin request params
This commit is contained in:
parent
c64ee0aa11
commit
686e65e512
@ -2419,9 +2419,9 @@ class MultiWallet extends LitElement {
|
||||
|
||||
const makeRequest = async () => {
|
||||
const opts = {
|
||||
xprv58: seed58,
|
||||
entropy58: seed58,
|
||||
receivingAddress: arrrRecipient,
|
||||
ravencoinAmount: arrrAmount,
|
||||
arrrAmount: arrrAmount,
|
||||
//feePerByte: (this.arrrFeePerByte / 1e8).toFixed(8), // Not supported in ARRR
|
||||
}
|
||||
const response = await parentEpml.request('sendArrr', opts)
|
||||
|
Loading…
x
Reference in New Issue
Block a user