Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
akriventsev committed Mar 31, 2021
1 parent 103df38 commit e608c79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/adaptors/binance.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,9 @@ func (adaptor *BinanceAdaptor) SendValueToSubs(nebulaId account.NebulaId, pulseI
}

_, err = nebula.SendValueToSubByte(transactOpt, v, big.NewInt(int64(pulseId)), id)
zap.L().Error(err.Error())

if err != nil {
zap.L().Error(err.Error())
continue
}
}
Expand Down

0 comments on commit e608c79

Please sign in to comment.