Skip to content

Commit

Permalink
fixup! feat(orchestration): add deposit() to stakingAccountKit
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed May 8, 2024
1 parent 6088aa1 commit 37083e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/orchestration/src/exos/stakingAccountKit.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ export const prepareStakingAccountKit = (baggage, makeRecorderKit, zcf) => {

const { localAccount } = this.state;
trace('Depositing funds to LCA');
// XXX consider adding exposing an interface to withdraw / send
// messages from the LCA (e.g., withdraw funds)
await E(localAccount).deposit(payment);

const timeoutTimestamp =
Expand Down

0 comments on commit 37083e6

Please sign in to comment.