1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 18:58:08 +00:00

remove comment

This commit is contained in:
Szymon Lesisz 2019-01-11 17:48:44 +01:00
parent aa87fa3b9f
commit 155f794bcb

View File

@ -77,6 +77,5 @@ export const discoverAccount = (device: TrezorDevice, discoveryProcess: Discover
networkType: 'ripple',
sequence: account.sequence,
reserve: toDecimalAmount(account.reserve, network.decimals),
// reserve: '20',
};
};