Skip to content

Commit

Permalink
fix Empty
Browse files Browse the repository at this point in the history
  • Loading branch information
cherry-yl-sh committed Jun 25, 2024
1 parent 4b3c378 commit 856e2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/paymaster_data/paymaster_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func NewPaymasterDataInput(strategy *model.Strategy) *PaymasterDataInput {
tokenAddress = config.GetTokenAddress(strategy.GetNewWork(), strategy.Erc20TokenType)

} else {
tokenAddress = global_const.DummyAddress.String()
tokenAddress = global_const.EmptyAddress.String()
logrus.Debug("token address ", tokenAddress)
}

Expand Down

0 comments on commit 856e2c6

Please sign in to comment.