mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 05:17:58 +00:00
Move proof generation to the type system level (#8185)
* Start * Finish!!!! * Update client/basic-authorship/src/basic_authorship.rs Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com> * Review comments Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>
This commit is contained in:
@@ -20,7 +20,6 @@ let future = proposer.propose(
|
||||
Default::default(),
|
||||
Default::default(),
|
||||
Duration::from_secs(2),
|
||||
RecordProof::Yes,
|
||||
);
|
||||
|
||||
// We wait until the proposition is performed.
|
||||
@@ -29,4 +28,4 @@ println!("Generated block: {:?}", block.block);
|
||||
```
|
||||
|
||||
|
||||
License: GPL-3.0-or-later WITH Classpath-exception-2.0
|
||||
License: GPL-3.0-or-later WITH Classpath-exception-2.0
|
||||
|
||||
Reference in New Issue
Block a user