We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7433429 commit 3682c47Copy full SHA for 3682c47
pkg/bath/bubble_tx.go
@@ -52,7 +52,7 @@ func (b BubbleTx) ToAction() *Action {
52
}
53
return nil
54
55
- if b.opCode != nil && (*b.opCode != 0 && !b.operation(abi.EncryptedTextCommentMsgOp)) && b.accountWasActiveAtComputingTime && !b.account.Is(abi.Wallet) && len(b.inputExtraAmount) == 0 {
+ if b.opCode != nil && (*b.opCode != 0 && !b.operation(abi.EncryptedTextCommentMsgOp)) && b.accountWasActiveAtComputingTime && !b.account.Is(abi.Wallet) && b.inputAmount != 0 {
56
operation := fmt.Sprintf("0x%08x", *b.opCode)
57
payload := ""
58
if b.decodedBody != nil {
0 commit comments