Skip to content

Commit 1e12bfc

Browse files
committed
fix(sdk-core): use UNINITIATED claim status for btc address claims
TICKET: COIN-5426
1 parent 49c9c43 commit 1e12bfc

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)