Skip to content

Commit d16114a

Browse files
committed
Tale and Ripple use instructions in Chainsql
1 parent b3d29a9 commit d16114a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/ripple.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ var chainsqlLibUtils = require('chainsql-lib').ChainsqlLibUtil;
77
class Ripple extends Submit {
88
constructor(ChainsqlAPI) {
99
super().ChainsqlAPI = ChainsqlAPI;
10+
this.instructions = ChainsqlAPI.instructions;
1011
}
1112

1213
submit(cb) {

src/table.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class Table extends Submit {
2020
this.txHashField = null;
2121
this.ledgerSeqField = null;
2222
this.ledgerTimeField = null;
23+
this.instructions = ChainsqlAPI.instructions;
2324
}
2425

2526
submit (cb) {

0 commit comments

Comments
 (0)