Update engine_api to Latest spec (#3893)

* Update engine_api to Latest spec

* Small Test Fix

* Fix Test Deserialization Issue
This commit is contained in:
ethDreamer
2023-01-19 05:42:17 -06:00
committed by GitHub
parent 51088725fb
commit 26787412cd
6 changed files with 365 additions and 310 deletions

View File

@@ -1007,9 +1007,7 @@ async fn payload_preparation() {
.unwrap(),
fee_recipient,
None,
)
.downgrade_to_v1()
.unwrap();
);
assert_eq!(rig.previous_payload_attributes(), payload_attributes);
}