#319 Fix sidechain_type::bitcoin
This commit is contained in:
parent
b8ada6b529
commit
f98fb375cc
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ namespace graphene { namespace chain {
|
|||
time_point_sec expires;
|
||||
|
||||
sidechain_address_object() :
|
||||
sidechain(sidechain_type::bitcoin),
|
||||
sidechain(sidechain_type::bitcoin), //! FIXME - bitcoin ???
|
||||
deposit_public_key(""),
|
||||
deposit_address(""),
|
||||
withdraw_public_key(""),
|
||||
|
|
|
|||
Loading…
Reference in a new issue