mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-01 07:55:49 +00:00
fix uritoken buy bug, add dynamic memo fees
This commit is contained in:
@@ -233,7 +233,8 @@ module.exports = {
|
||||
let base_drops = fees.base_fee
|
||||
|
||||
delete txn_to_send['SigningPubKey']
|
||||
txn_to_send['Fee'] = base_drops + '';
|
||||
if (txn_to_send['Fee'] === undefined)
|
||||
txn_to_send['Fee'] = base_drops + '';
|
||||
|
||||
api.request(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user