Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Add cli writer to transferBaseCurrency func
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlinaric committed Oct 18, 2021
1 parent c09144c commit 1026339
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chains/evm/cli/account/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func transferBaseCurrency(cmd *cobra.Command, args []string, txFabric calls.TxFa
log.Debug().Msgf("base currency transaction hash: %s", txHash.Hex())

log.Info().Msgf("%s tokens were transferred to %s from %s", amount, recipientAddress.Hex(), senderKeyPair.CommonAddress().String())
writer.WriteCliDataToFile(cmd)
return nil
}

Expand Down

0 comments on commit 1026339

Please sign in to comment.