feat: add helper to create bootstrap addresses (#269)
This commit is contained in:
parent
97adb181b1
commit
5a3246eb3c
5 changed files with 69 additions and 25 deletions
|
|
@ -58,7 +58,7 @@ pub struct Address {
|
|||
pub payload: TagWrap<ByteVec, 24>,
|
||||
|
||||
#[n(1)]
|
||||
pub crc: u64,
|
||||
pub crc: u32,
|
||||
}
|
||||
|
||||
// Transactions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue