Compare commits
No commits in common. "f5d648c5950472c98b627c8bac2e217d3e242144" and "77216001e5b4ccb12a017cfd5cc4d710fcae7818" have entirely different histories.
f5d648c595
...
77216001e5
|
@ -1,13 +1,5 @@
|
|||
from pbc_client.crypto import SenderAuthentication, sign_transaction
|
||||
from pbc_client.pbc_types import Address
|
||||
|
||||
def test_sender_authentication():
|
||||
sender_authentication = SenderAuthentication('aa')
|
||||
assert str(sender_authentication.sender_address()) == '00e72e44eab933faaf1fd4ce94bb57e08bff98a1ed'
|
||||
|
||||
def test_sender_authentication_2():
|
||||
sender_authentication = SenderAuthentication('2')
|
||||
assert str(sender_authentication.sender_address()) =='00b2e734b5d8da089318d0d2b076c19f59c450855a'
|
||||
|
||||
def test_sign():
|
||||
sender_authentication = SenderAuthentication('01')
|
||||
|
|
Loading…
Reference in New Issue
Block a user