mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Bind signature to full address and signing mode
This commit is contained in:
parent
743608ec16
commit
fa06c39d97
12 changed files with 47 additions and 51 deletions
|
@ -100,6 +100,8 @@ class MessageSigningTest():
|
|||
assert not res.good
|
||||
res = self.wallet[i].verify(message, address[0], signature + 'x')
|
||||
assert not res.good
|
||||
res = self.wallet[i].verify(message, address[0], signature.replace('SigV2','SigV1'))
|
||||
assert not res.good
|
||||
|
||||
if __name__ == '__main__':
|
||||
MessageSigningTest().run_test()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue