You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Fixture of an older version of a block response that has a tenure_extend_timestamp
1972
+
// but _not_ a reject_reason.
1973
+
let hex_str = "01006dc371d2313be71f93ac759f3302e5a0e4ff77dd0e73f13bb491936b5489d5390032208fc53bd0984c84abaac44ecd777e473e3e325066217e9d7314baa5cdfe1847363e1036f364b4bf7982f4d103079b17c19bf8a19904e822c2d62a5021c19700000036737461636b732d7369676e657220302e302e3120283a2c2072656c65617365206275696c642c206c696e7578205b7838365f36345d290200000008000000006751c76e";
1974
+
let bytes = hex_bytes(hex_str).unwrap();
1975
+
let block_response = read_next::<SignerMessage,_>(&mut&bytes[..]).unwrap();
0 commit comments