Skip to content

Commit a8eeca0

Browse files
committed
fixup! Extend onSubscribeAddresses to include checkpoints
1 parent 6bd8384 commit a8eeca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/currency/wallet/currency-wallet-callbacks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export function makeCurrencyWalletCallbacks(
300300
typeof param === 'string'
301301
? {
302302
address: param,
303-
checkpoint: 'latest'
303+
checkpoint: undefined
304304
}
305305
: param
306306
)

0 commit comments

Comments
 (0)