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 a9d5c00 commit 7007a12Copy full SHA for 7007a12
1 file changed
src/runtime.ts
@@ -71,7 +71,7 @@ export default class EVM implements IRuntime {
71
return {
72
'Content-Type': 'application/json',
73
Signature: signature,
74
- 'Public-Key': pub_key,
+ 'Public-Key': pub_key.value,
75
'Pool-ID': poolId,
76
Timestamp: timestamp,
77
};
0 commit comments