-
-
Notifications
You must be signed in to change notification settings - Fork 205
Closed as not planned
Labels
Description
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
- The formatted result breaks by code.
- The formatted result gives compiler warnings.
- [maybe] I or my company would be willing to help fix this.
Options
Fantomas Master at 11/02/2020 11:33:23 - f7b8f3a
Default Fantomas configuration
Reactions are currently unavailable