You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For all the null returning client functions, use an explicit () so its super obvious and so we cannot change the client function without breaking the test.
eg
let _:() = node.client.import_address(&addr).expect("importaddress");