Skip to content

Commit

Permalink
perun-ui: Additional logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ndzik authored and janbormet committed Dec 12, 2023
1 parent a06d74a commit 0825bb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/neuron-ui/src/components/Perun/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -412,10 +412,12 @@ const Perun = () => {
identifier: CKBComponents.Script
transaction: CKBComponents.Transaction
}
const addr = scriptToAddress(identifier, false)
console.log('sign transaction identifier', addr)
return (
<>
<div>With address:</div>
<div>{JSON.stringify(scriptToAddress(identifier, false))}</div>
<div>{JSON.stringify(addr)}</div>
<div>Transaction:</div>
<div>{JSON.stringify(transaction)}</div>
</>
Expand Down

0 comments on commit 0825bb3

Please sign in to comment.