Add DeliverMin field to tx CheckCash.
This commit is contained in:
@@ -25,7 +25,7 @@ const estimateFee = async (
|
||||
|
||||
const res = await xrplSend({ command: 'fee', tx_blob: signedTransaction })
|
||||
if (res.error) {
|
||||
throw new Error(`[${res.error}] ${res.error_exception}`);
|
||||
throw new Error(`[${res.error}] ${res.error_exception}.`);
|
||||
}
|
||||
if (res && res.drops) {
|
||||
return res.drops
|
||||
|
||||
Reference in New Issue
Block a user