Skip to content

Commit

Permalink
finished evm
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Jul 13, 2022
1 parent a9d5c00 commit 7007a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default class EVM implements IRuntime {
return {
'Content-Type': 'application/json',
Signature: signature,
'Public-Key': pub_key,
'Public-Key': pub_key.value,
'Pool-ID': poolId,
Timestamp: timestamp,
};
Expand Down

0 comments on commit 7007a12

Please sign in to comment.