diff --git a/rpc/core/src/model/tests.rs b/rpc/core/src/model/tests.rs index bc3369ee0..062933f2e 100644 --- a/rpc/core/src/model/tests.rs +++ b/rpc/core/src/model/tests.rs @@ -711,6 +711,8 @@ mod mockery { pruning_point_hash: mock(), virtual_daa_score: mock(), sink: mock(), + virtual_utxo_count: mock(), + pruning_point_utxo_count: mock(), } } }