forked from Qortal/qortal-ui
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 makeRequest = async () => {
|
||||||
const opts = {
|
const opts = {
|
||||||
xprv58: seed58,
|
entropy58: seed58,
|
||||||
receivingAddress: arrrRecipient,
|
receivingAddress: arrrRecipient,
|
||||||
ravencoinAmount: arrrAmount,
|
arrrAmount: arrrAmount,
|
||||||
//feePerByte: (this.arrrFeePerByte / 1e8).toFixed(8), // Not supported in ARRR
|
//feePerByte: (this.arrrFeePerByte / 1e8).toFixed(8), // Not supported in ARRR
|
||||||
}
|
}
|
||||||
const response = await parentEpml.request('sendArrr', opts)
|
const response = await parentEpml.request('sendArrr', opts)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user