fix variable misspelling when clearing wait for share session
This commit is contained in:
parent
abddeecda7
commit
1c6893e297
@ -122,4 +122,4 @@ class BlockUploadSessionManager:
|
|||||||
comm_inst.blocksToUpload.remove(sess.block_hash)
|
comm_inst.blocksToUpload.remove(sess.block_hash)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
pass
|
pass
|
||||||
localcommand.local_command(f'waitforshare/{session.block_hash}')
|
localcommand.local_command(f'waitforshare/{sess.block_hash}')
|
||||||
|
Loading…
Reference in New Issue
Block a user