Skip to content

Commit 33aabb7

Browse files
committed
show tx in question
1 parent b61aa12 commit 33aabb7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cli.js

+3
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ function renderTitle(){
127127
return rb.relayTx(proof.value, proof.path, proof.parentNodes, proof.header, targetAddr, {gas: 2000000, gasPrice: 25000000000, value: relayWeb3.toWei(0.1,'ether'), from: relayProvider.getAddress()});
128128
}).then(function(result) {
129129
console.log(JSON.stringify(result) + "\n");
130+
console.log(JSON.stringify(rlp.decode(proof.value)) + "\n");
130131
return Target.deployed()
131132
}).then(function(instance) {
132133
var target = instance;
@@ -158,3 +159,5 @@ function renderTitle(){
158159
// console.log(JSON.stringify(result));
159160
// });
160161
// }
162+
163+

0 commit comments

Comments
 (0)