git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit 707c3ffad1e4cd6c84848a2cde135afe2c00cdb8

Environment: difficulty is a number according to EEI

Alex Beregszaszi committed on 8/13/2016, 2:47:40 AM
Parent: 32b7b1fd8462def6fab396fe9167b7cdd31fa3fd

Files changed

environment.jschanged
environment.jsView
@@ -10,9 +10,9 @@
1010 // call infromation
1111 address: new Uint8Array(constants.ADDRESS_SIZE_BYTES),
1212 origin: new Uint8Array(constants.ADDRESS_SIZE_BYTES),
1313 coinbase: new Uint8Array(constants.ADDRESS_SIZE_BYTES),
14- difficulty: new Uint8Array(20),
14+ difficulty: 0,
1515 caller: new Uint8Array(constants.ADDRESS_SIZE_BYTES),
1616 callValue: new Uint8Array(constants.BALANCE_SIZE_BYTES),
1717 callData: new ArrayBuffer(),
1818 // the ROM

Built with git-ssb-web