Skip to content

Commit ea9013e

Browse files
committed
more fixes
1 parent 9e1b449 commit ea9013e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/tests/api_compare/filter-list-gateway

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,5 @@
5757

5858
# broken
5959
!Filecoin.EthCall
60-
!Filecoin.EthGetBalance
6160
!Filecoin.EthGetFilterLogs
6261
!Filecoin.EthSyncing

src/rpc/methods/eth.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ pub struct BlockNumber {
339339
#[serde(rename_all = "camelCase")]
340340
pub struct BlockHash {
341341
block_hash: EthHash,
342+
#[serde(default)]
342343
require_canonical: bool,
343344
}
344345

0 commit comments

Comments
 (0)