fix uritoken buy bug, add dynamic memo fees

This commit is contained in:
Richard Holland
2023-08-17 10:36:55 +00:00
parent 032e61a784
commit 01a4df0584
3 changed files with 41 additions and 10 deletions

View File

@@ -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(
{