Skip to content

Commit 1e50819

Browse files
committed
Update api.go
1 parent d0b9566 commit 1e50819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ethapi/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ func (s *PublicBlockChainAPI) GetReceiptProof(ctx context.Context, hash common.H
556556
}
557557
fields := map[string]interface{}{
558558
"proof": proof,
559-
"keys": keybuf.Bytes(),
559+
"key": keybuf.Bytes(),
560560
}
561561
return fields, nil
562562
}

0 commit comments

Comments
 (0)