Wait for additional edits before pushing transaction in remote buffer

This commit is contained in:
Antonio Scandurra 2022-02-02 17:01:23 +01:00
parent d765e75bad
commit 924eb622ae
4 changed files with 41 additions and 1 deletions

View file

@ -18,6 +18,7 @@ arrayvec = "0.7.1"
lazy_static = "1.4"
log = "0.4"
parking_lot = "0.11"
postage = { version = "0.4.1", features = ["futures-traits"] }
rand = { version = "0.8.3", optional = true }
smallvec = { version = "1.6", features = ["union"] }