We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc3831 commit bece292Copy full SHA for bece292
src/nano_contracts/utils.ts
@@ -140,7 +140,6 @@ export const getOracleInputData = async (
140
) => {
141
const ncId = Buffer.from(contractId, 'hex');
142
const actualValue = Buffer.concat([leb128.encodeUnsigned(ncId.length), ncId, resultSerialized]);
143
- console.log(`[oracle data to sign for inputData]: ${actualValue.toString('hex')}`);
144
return unsafeGetOracleInputData(oracleData, actualValue, wallet);
145
};
146
0 commit comments