Skip to content

Commit

Permalink
fixup! feat(localchain): add withdraw facet to localChainAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed May 22, 2024
1 parent 0a4e9a5 commit b9e751c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vats/src/localchain.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ const prepareLocalChainAccount = zone =>
* reject spoofed payment objects when depositing into a purse.
*
* @param {Payment<'nat'>} payment
* @param {Pattern} [optAmountShape] if provided, throws if payment does
* not match the provided Pattern
* @param {Pattern} [optAmountShape] throws if the Amount of the Payment
* does not match the provided Pattern
* @returns {Promise<Amount>}
*/
async deposit(payment, optAmountShape) {
Expand Down

0 comments on commit b9e751c

Please sign in to comment.