This commit is contained in:
2025-01-15 13:17:18 +09:00
parent bfa8cc91c2
commit c904ed66f3
4 changed files with 40 additions and 32 deletions
+3 -2
View File
@@ -77,13 +77,14 @@
-record(wallet,
{version = 1 :: integer(),
{version = 2 :: integer(),
name = "" :: string(),
poas = [] :: [#poa{}],
keys = [] :: [#key{}],
chain_id = <<"groot.devnet">> :: binary(),
endpoint = #node{} :: #node{},
nets = [#net{}] :: [#net{}]}).
nets = [#net{}] :: [#net{}],
txs = #{} :: clutch:key_txs()}).