Skip to content

Commit 1b9abcc

Browse files
committed
fix transactionLog empty receipt
1 parent 559d622 commit 1b9abcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action/receipt.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ func convertSpecialAddress(addr string) string {
274274
return address.StakingProtocolAddr
275275
case address.RewardingPoolAddr:
276276
return address.RewardingProtocol
277+
case "":
278+
return address.ZeroAddress
277279
}
278280
return addr
279281
}

0 commit comments

Comments
 (0)