git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit a2d4372bc21bc705e7d5c559b431d90588315e10

Test: coinbase is now properly LSB

Alex Beregszaszi committed on 8/24/2016, 11:15:58 PM
Parent: 2975e2487c3092abed28db4418561927a75e467d

Files changed

tests/interface/coinbase.wastchanged
tests/interface/coinbase.wastView
@@ -8,9 +8,9 @@
88 (func
99 (block
1010 ;; loads the coinbase into memory
1111 (call_import $coinbase (i32.const 0))
12- (if (i64.eq (i64.load (i32.const 0)) (i64.const 0x72a1048901c1485d)) ;; big endian
12+ (if (i64.eq (i64.load (i32.const 0)) (i64.const 0xbd9c6f4a2d06c47b))
1313 (return)
1414 )
1515 (unreachable)
1616 )

Built with git-ssb-web