Closed aoikurokawa closed 7 months ago
init_tx
async
ty ! needs a cargo fmt
cargo fmt
Thank you! I did cargo fmt. One more thing that I fixed is error handling. I think returning SdkError is better than expect() when can not find the user.
SdkError
expect()
Motivation
init_tx
. So I think we can removeasync
keyword ofinit_tx
function.Solution
async
keyword frominit_tx
function.