Skip to content

Commit

Permalink
Merge pull request #3592 from onflow/supun/port-250
Browse files Browse the repository at this point in the history
Fix runtime type of Account_Inbox_claim() function
  • Loading branch information
turbolent authored Sep 26, 2024
2 parents 96e06e7 + 8eebf18 commit addc4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/stdlib/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ func newAccountInboxClaimFunction(
return interpreter.NewBoundHostFunctionValue(
inter,
accountInbox,
sema.Account_InboxTypePublishFunctionType,
sema.Account_InboxTypeClaimFunctionType,
func(invocation interpreter.Invocation) interpreter.Value {
nameValue, ok := invocation.Arguments[0].(*interpreter.StringValue)
if !ok {
Expand Down

0 comments on commit addc4d5

Please sign in to comment.