We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c9c43 commit 1e12bfcCopy full SHA for 1e12bfc
modules/sdk-core/src/bitgo/walletUtil/utxoMessageProof.ts
@@ -63,7 +63,7 @@ export class MidnightMessageProvider implements IMessageProvider {
63
64
this.ranOnce = true;
65
const query: Record<string, unknown> = {
66
- status: 'UNINITIALIZED',
+ status: 'UNINITIATED',
67
limit: NUM_MESSAGES_PER_QUERY,
68
};
69
if (this.prevId !== undefined) {
0 commit comments