Skip to content

Commit

Permalink
Fix minor error in nodeJS transfer-receive
Browse files Browse the repository at this point in the history
  • Loading branch information
ssantos21 committed Jul 16, 2024
1 parent 8a97299 commit f839817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/libs/nodejs/transfer_receive.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const processEncryptedMessage = async (clientConfig, electrumClient, db, coin, e
if (transferReceiverResult.isBatchLocked) {
return {
isBatchLocked: true,
statechainId: None,
statechainId: null,
};
}

Expand Down

0 comments on commit f839817

Please sign in to comment.