Skip to content
Snippets Groups Projects
Commit 88d3befb authored by Michał Kudela's avatar Michał Kudela
Browse files

Delete `ref_block_prefix` assert from wallet class

parent cc13abf8
No related branches found
No related tags found
1 merge request!238Adjust test_tools to working with a `queen` plugin.
Pipeline #110379 passed
......@@ -276,7 +276,6 @@ class Wallet(UserHandleImplementation, ScopedObject):
ref_block_prefix = tapos_data.ref_block_prefix
assert ref_block_num >= 0, f"ref_block_num value `{ref_block_num}` is invalid`"
assert ref_block_prefix > 0, f"ref_block_prefix value `{ref_block_prefix}` is invalid`"
return SimpleTransaction(
ref_block_num=HiveInt(ref_block_num),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment