mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +00:00
Fix fractional transaction fee
This commit is contained in:
@@ -318,7 +318,7 @@ describe('Transaction', function() {
|
||||
|
||||
assert(transaction.complete());
|
||||
var json = transaction.serialize().to_json();
|
||||
assert(json.Fee != '66500000', 'Fee == 66500000, i.e. 66.5 XRP!');
|
||||
assert.notStrictEqual(json.Fee, '66500000', 'Fee == 66500000, i.e. 66.5 XRP!');
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user