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.
2 parents 49c9c43 + 1e12bfc commit 9b5d2f4Copy full SHA for 9b5d2f4
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