execution API related fixes

This commit is contained in:
realbigsean
2023-01-19 09:32:08 -05:00
parent e179be1f0b
commit 8f8b7211d0
6 changed files with 462 additions and 355 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);
}