Skip to content

Commit

Permalink
fix: set defaultHeader to Genesis block
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Dec 5, 2023
1 parent bf7d382 commit 108b723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/shapes/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ export const defaultKeyDerivationPath: Readonly<IKeyDerivationPath> = {

export const defaultHeader: Readonly<IHeader> = {
height: 0,
hash: '',
hex: '',
hash: '000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f',
hex: '0100000000000000000000000000000000000000000000000000000000000000000000003ba3edfd7a7b12b27ac72c3e67768f617fc81bc3888a51323a9fb8aa4b1e5e4a29ab5f49ffff001d1dac2b7c',
};

export const defaultWalletShape: Readonly<IWallet> = {
Expand Down

0 comments on commit 108b723

Please sign in to comment.