aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Jentzsch <jentzsch.software@gmail.com>2015-04-27 20:17:33 +0800
committerChristoph Jentzsch <jentzsch.software@gmail.com>2015-04-27 20:17:33 +0800
commit6bb9d8100d17f850241ce58a3ab112a3e60ec519 (patch)
tree7f784f6ae3e13ac1216ace93bf4482552fde94b6
parentc5b1421a5e01e930f3ab26c9a343f5e3bb9865a0 (diff)
downloaddexon-tests-6bb9d8100d17f850241ce58a3ab112a3e60ec519.tar.gz
dexon-tests-6bb9d8100d17f850241ce58a3ab112a3e60ec519.tar.zst
dexon-tests-6bb9d8100d17f850241ce58a3ab112a3e60ec519.zip
Update bcRPC_API_Test.json
add private Key to pre state account
-rw-r--r--BlockTests/bcRPC_API_Test.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/BlockTests/bcRPC_API_Test.json b/BlockTests/bcRPC_API_Test.json
index c011f01fa..93bba9da2 100644
--- a/BlockTests/bcRPC_API_Test.json
+++ b/BlockTests/bcRPC_API_Test.json
@@ -1250,8 +1250,9 @@
"code" : "0x",
"nonce" : "0x00",
"storage" : {
- }
+ },
+ "privateKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8"
}
}
}
-} \ No newline at end of file
+}