Skip to content

Commit

Permalink
Adapt previous tests to the new interface of RecurrentTransferPairIdB…
Browse files Browse the repository at this point in the history
…uilder
  • Loading branch information
fwaszkiewicz committed May 20, 2024
1 parent 29c969c commit edfd911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm/__tests__/detailed/hive_base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ test.describe('Wax object interface foundation tests', () => {
const tx = new chain.TransactionBuilder("04c1c7a566fc0da66aee465714acee7346b48ac2", "2023-08-01T15:38:48");
tx.useBuilder(wax.RecurrentTransferPairIdBuilder, builder => {
builder.generateRemoval();
}, "initminer", "gtg", 100);
}, "initminer", "gtg", 100, { amount: '100', nai: '@@000000021', precision: 3 });
tx.useBuilder(wax.RecurrentTransferBuilder, () => {}, "initminer", "gtg", chain.hive(100));

return tx.build().operations;
Expand Down

0 comments on commit edfd911

Please sign in to comment.