Skip to content

Commit 10271df

Browse files
author
Joshua Mir
committed
minor bugs and debugging lines
1 parent bf3be5f commit 10271df

File tree

2 files changed

+104
-85
lines changed

2 files changed

+104
-85
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ join our [telegram](https://t.me/joinchat/CgTftxXJvp6iYayqDjP7lQ) or [gitter](ht
77

88
datdot code is currently located in `pallets/datdot`.
99

10-
the template node uses BABE consensus, but most unneeded features removed, including tx fees, but `pallet-datdot` added.
10+
the template node uses instant-seal consensus, and a minimal runtime.
1111

1212
### Building
1313

@@ -17,7 +17,7 @@ to build the datdot dev runtime, run:
1717

1818
to build the test node, run:
1919

20-
`cargo build -p datdot-node`
20+
`cargo build -p datdot-node`
2121

2222
add the `--release` flag to either of those commands to create a release build - debug and release builds will be located in `./target/release` or `./target/debug` respectively.
2323

@@ -35,6 +35,8 @@ currently, executing `./target/release/datdot-node --dev` (or `./target/debug/da
3535

3636
Optionally, additionally running with `--execution Native` (case sensitive) will allow you to see more verbose logging from parts of the runtime using `native::info!(...)` calls.
3737

38+
NOTE: due to the nature of the instantseal consensus used in this node implementation, there is no concept of finality.
39+
3840
```
3941
4042
Datdot is built using Substrate - Original Readme:

0 commit comments

Comments
 (0)