mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 02:25:53 +00:00
Merge master (0.90.1) into develop (1.0.0-b2):
The merge also updates the RELEASENOTES.md with the release notes for the 0.90.1 which were accidentally not included in that release.
This commit is contained in:
@@ -93,7 +93,7 @@ Json::Value doGatewayBalances (RPC::Context& context)
|
||||
if (j.isString())
|
||||
{
|
||||
auto const pk = parseBase58<PublicKey>(
|
||||
TokenType::TOKEN_ACCOUNT_PUBLIC,
|
||||
TokenType::AccountPublic,
|
||||
j.asString ());
|
||||
if (pk)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user