Skip to content

Commit 6790578

Browse files
committed
fixup! Add tools and engine
Made-with: Cursor
1 parent 376e7be commit 6790578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/monero/MoneroEngine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ export class MoneroEngine extends CurrencyEngine<
539539
}
540540

541541
async killEngine(): Promise<void> {
542-
this.nativeWalletId.stop()
542+
await this.nativeWalletId.stop()
543543
this.syncStartHeight = undefined
544544
this.unlockedBalance = '0'
545545
this.txSortOrder = 'asc'

0 commit comments

Comments
 (0)