File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -766,7 +766,7 @@ static const char kv_notify_wast[] = R"=====(
766766 (drop (call $kv_it_create (get_local 2) (get_local 0) (i32.const 0) (i32.const 0)))
767767 (drop (call $kv_it_create (get_local 2) (get_local 0) (i32.const 0) (i32.const 0)))
768768 (call $kv_it_destroy (i32.const 2))
769- (drop (call $kv_set (get_local 2) (get_local 0) (i32.const 0) (i32.const 0) (i32.const 0 ) (i32.const 1)))
769+ (drop (call $kv_set (get_local 2) (get_local 0) (i32.const 0) (i32.const 0) (i32.const 1 ) (i32.const 1)))
770770 (drop (call $kv_get (get_local 2) (get_local 0) (i32.const 0) (i32.const 0) (i32.const 8)))
771771 (call $require_recipient (i64.const 11327368596746665984))
772772 )
@@ -783,7 +783,7 @@ static const char kv_notified_wast[] = R"=====(
783783 (func (export "apply") (param i64 i64 i64)
784784 (call $eosio_assert (i32.eq (call $kv_it_create (get_local 2) (get_local 0) (i32.const 0) (i32.const 0)) (i32.const 1)) (i32.const 80))
785785 (call $eosio_assert (i32.eq (call $kv_get_data (get_local 2) (i32.const 0) (i32.const 0) (i32.const 0)) (i32.const 0)) (i32.const 160))
786- (drop (call $kv_set (get_local 2) (get_local 0) (i32.const 0) (i32.const 0) (i32.const 0 ) (i32.const 1)))
786+ (drop (call $kv_set (get_local 2) (get_local 0) (i32.const 0) (i32.const 0) (i32.const 1 ) (i32.const 1)))
787787 )
788788 (data (i32.const 80) "Wrong iterator value")
789789 (data (i32.const 160) "Temporary data buffer not empty")
You can’t perform that action at this time.
0 commit comments