Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lpopo0856 committed Jun 11, 2024
1 parent f2dcade commit 368e25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/feralfile-exhibition-v4_2/feralfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ func (c *FeralfileExhibitionV4_2Contract) Parse(
return []interface{}{r32Val, s32Val, uint8(vVal), saleData}, nil
case "setAdvanceSetting":
var params struct {
AdvanceAddresses []common.Address `json:"advance_addresses"`
AdvanceAddresses []common.Address `json:"advance_addresses" `
AdvanceAmounts []ethereum.BigInt `json:"advance_amounts"`
}
if err := json.Unmarshal(arguments, &params); err != nil {
Expand Down

0 comments on commit 368e25e

Please sign in to comment.