Skip to content

Commit 7007a12

Browse files
committed
finished evm
1 parent a9d5c00 commit 7007a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default class EVM implements IRuntime {
7171
return {
7272
'Content-Type': 'application/json',
7373
Signature: signature,
74-
'Public-Key': pub_key,
74+
'Public-Key': pub_key.value,
7575
'Pool-ID': poolId,
7676
Timestamp: timestamp,
7777
};

0 commit comments

Comments
 (0)