1
0
Fork 0
forked from lthn/blockchain

return type fixed

This commit is contained in:
cryptozoidberg 2020-02-28 07:46:05 +01:00
parent 11194722d5
commit b8b2feabe1
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -23,6 +23,6 @@ namespace plain_wallet
std::string invoke(hwallet h, const std::string& params);
//async api
uint64_t async_call(const std::string& method_name, uint64_t instance_id, const std::string& params);
std::string async_call(const std::string& method_name, uint64_t instance_id, const std::string& params);
std::string try_pull_result(uint64_t);
}