Skip to content

Commit 9b5d2f4

Browse files
authored
fix(abstract-utxo): use UNINITIATED claim status for btc address claims
2 parents 49c9c43 + 1e12bfc commit 9b5d2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/sdk-core/src/bitgo/walletUtil/utxoMessageProof.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class MidnightMessageProvider implements IMessageProvider {
6363

6464
this.ranOnce = true;
6565
const query: Record<string, unknown> = {
66-
status: 'UNINITIALIZED',
66+
status: 'UNINITIATED',
6767
limit: NUM_MESSAGES_PER_QUERY,
6868
};
6969
if (this.prevId !== undefined) {

0 commit comments

Comments
 (0)