mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-01 17:45:49 +00:00
Add test case for createPathFind and convert snake case function calls to camel case
This commit is contained in:
@@ -345,7 +345,7 @@ describe('Transaction', function() {
|
||||
const dst = 'rGihwhaqU8g7ahwAvTq6iX5rvsfcbgZw6v';
|
||||
|
||||
transaction.payment(src, dst, '100');
|
||||
remote.set_secret(src, 'masterpassphrase');
|
||||
remote.setSecret(src, 'masterpassphrase');
|
||||
|
||||
assert(transaction.complete());
|
||||
const json = transaction.serialize().to_json();
|
||||
|
||||
Reference in New Issue
Block a user