fix variable misspelling when clearing wait for share session

This commit is contained in:
Kevin Froman 2020-01-15 00:26:10 -06:00
parent abddeecda7
commit 1c6893e297
1 changed files with 1 additions and 1 deletions

View File

@ -122,4 +122,4 @@ class BlockUploadSessionManager:
comm_inst.blocksToUpload.remove(sess.block_hash)
except ValueError:
pass
localcommand.local_command(f'waitforshare/{session.block_hash}')
localcommand.local_command(f'waitforshare/{sess.block_hash}')