update test.sh to use 'finalize_block'

This commit is contained in:
William Banfield
2022-03-04 17:14:24 -05:00
parent 89e425e54f
commit 794bed175d
3 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
echo hello
info
commit
deliver_tx "abc"
finalize_block "abc"
info
commit
query "abc"
deliver_tx "def=xyz"
finalize_block "def=xyz" "ghi=123"
commit
query "def"
+3 -3
View File
@@ -1,7 +1,7 @@
check_tx 0x00
check_tx 0xff
deliver_tx 0x00
finalize_block 0x00
check_tx 0x00
deliver_tx 0x01
deliver_tx 0x04
finalize_block 0x01
finalize_block 0x04
info