Issue created from fantomas-online
Code
module Foo =
let private GetConfirmedEtherBalanceInternal (web3: Web3) (publicAddress: string): Async<HexBigInteger> =
async {
let! blockForConfirmationReference = GetBlockToCheckForConfirmedBalance web3
(*
if (Config.DebugLog) then
Infrastructure.LogError (SPrintF2 "Last block number and last confirmed block number: %s: %s"
(latestBlock.Value.ToString()) (blockForConfirmationReference.BlockNumber.Value.ToString()))
*)
return blockForConfirmationReference
}
Result
module Foo =
let private GetConfirmedEtherBalanceInternal (web3: Web3) (publicAddress: string): Async<HexBigInteger> =
async {
let! blockForConfirmationReference = GetBlockToCheckForConfirmedBalance web3
(*
if (Config.DebugLog) then
Infrastructure.LogError (SPrintF2 "Last block number and last confirmed block number: %s: %s"
(latestBlock.Value.ToString()) (blockForConfirmationReference.BlockNumber.Value.ToString()))
*)
return blockForConfirmationReference
}
Problem description
Comment doesn't need to be modified.
Extra information
Options
Fantomas Master at 11/02/2020 11:33:23 - f7b8f3a
Default Fantomas configuration
Issue created from fantomas-online
Code
Result
Problem description
Comment doesn't need to be modified.
Extra information
Options
Fantomas Master at 11/02/2020 11:33:23 - f7b8f3a
Default Fantomas configuration