File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2045,7 +2045,7 @@ impl<Platform: pal::Platform + Serialize + DeserializeOwned> PhactoryApi for Rpc
2045
2045
let genesis_hash = hex:: encode ( runtime_state. genesis_block_hash ) ;
2046
2046
let mr_to = hex:: encode ( & request. measurement ) ;
2047
2047
let mr_from = hex:: encode ( my_measurement ( ) ?) ;
2048
- let signed_message = format ! ( "Allow pRuntime to handover from 0x{mr_from} to 0x{mr_to} on chain of genesis 0x{genesis_hash}" ) . into_bytes ( ) ;
2048
+ let signed_message = format ! ( "Allow pRuntime to handover\n from: 0x{mr_from}\n to: 0x{mr_to}\n genesis: 0x{genesis_hash}" ) . into_bytes ( ) ;
2049
2049
debug ! ( "Signed message: {:?}" , hex:: encode( & signed_message) ) ;
2050
2050
let mut signers = std:: collections:: BTreeSet :: new ( ) ;
2051
2051
for sig in & request. signatures {
You can’t perform that action at this time.
0 commit comments