got rid of CURRENT STAKING INFO error message

pull/1279/head
Priya Ganguly 5 years ago
parent 70bca64b79
commit ac00a1092e
  1. 2
      node/staking.go

@ -71,8 +71,6 @@ func (node *Node) printStakingList() {
Interface("amount", stakeInfo.Amount). Interface("amount", stakeInfo.Amount).
Msg("") Msg("")
} }
utils.Logger().Info().Msg("CURRENT STAKING INFO [END} ------------------------------------")
utils.Logger().Info().Msg("\n")
} }
//The first four bytes of the call data for a function call specifies the function to be called. //The first four bytes of the call data for a function call specifies the function to be called.

Loading…
Cancel
Save