feat(txbuilder): allow cloning of relevant structs (#558)

Co-authored-by: logicalmechanism <logicalmechanism@protonmail.com>
This commit is contained in:
Logical Mechanism 2024-12-13 02:57:36 -08:00 committed by GitHub
parent cfc840f1b2
commit 2864ff45a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 12 deletions

View file

@ -16,8 +16,6 @@ use pallas::{
use tracing::info;
use hex::FromHex;
use hex::FromHex;
async fn do_localstate_query(client: &mut NodeClient) {
let client = client.statequery();