Skip to content

Commit 970f06a

Browse files
author
Jeff Yanta
committed
Fix crash in PublicDistributionIntentHandler
1 parent 61c322a commit 970f06a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/code/server/transaction/intent_handler.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,8 @@ func NewPublicDistributionIntentHandler(
10771077
data: data,
10781078
antispamGuard: antispamGuard,
10791079
amlGuard: amlGuard,
1080+
1081+
cachedDestinationAccountInfoRecordByTokenAddress: make(map[string]*account.Record),
10801082
}
10811083
}
10821084

0 commit comments

Comments
 (0)