change default reward rate in tests to the correct updated value

This commit is contained in:
Richard Holland
2023-09-28 08:29:49 +00:00
parent 32b7cbe910
commit 0f04ada876
2 changed files with 6 additions and 3 deletions

View File

@@ -74,6 +74,8 @@ module.exports = {
if (tx_blob)
req['tx_blob'] = tx_blob;
console.log(req);
api.request(req).then(resp =>
{
resolve(resp.result.drops);
@@ -236,6 +238,7 @@ module.exports = {
if (txn_to_send['Fee'] === undefined)
txn_to_send['Fee'] = base_drops + '';
api.request(
{
command: "account_info",