Skip to content

Commit

Permalink
Use bytes for Config::seed in UDL (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-21 authored Jun 29, 2023
1 parent 124b89c commit 22a051f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lipalightninglib.udl
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ interface LightningNode {
// * timezone_config - a timezone configuration object
dictionary Config {
EnvironmentCode environment;
sequence<u8> seed;
bytes seed;
string fiat_currency;
string local_persistence_path;
TzConfig timezone_config;
Expand Down

0 comments on commit 22a051f

Please sign in to comment.