Skip to content

Commit

Permalink
Merge pull request #32 from helldealer/frozen3
Browse files Browse the repository at this point in the history
Frozen3
  • Loading branch information
ludete authored Oct 27, 2018
2 parents 88f4773 + 1b69896 commit 08edab9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitcoin]])
define(_WORMHOLE_VERSION_MAJOR, 0)
define(_WORMHOLE_VERSION_MINOR, 1)
define(_WORMHOLE_VERSION_PATCH, 1)
define(_WORMHOLE_VERSION_PATCH, 2)
define(_WORMHOLE_VERSION_BUILD, 0)
AC_INIT([Wormhole],[_WORMHOLE_VERSION_MAJOR._WORMHOLE_VERSION_MINOR._WORMHOLE_VERSION_PATCH],[https://github.com/copernet/wormhole/issues],[wormhole],[http://wormhole.cash/])
AC_CONFIG_SRCDIR([src/validation.cpp])
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "wormhole-0.1.0-linux"
name: "wormhole-0.1.2-linux"
enable_cache: true
suites:
- "xenial"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "wormhole-0.1.0-osx"
name: "wormhole-0.1.2-osx"
enable_cache: true
suites:
- "xenial"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "wormhole-0.1.0-win"
name: "wormhole-0.1.2-win"
enable_cache: true
suites:
- "xenial"
Expand Down
2 changes: 1 addition & 1 deletion src/omnicore/sto.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ OwnerAddrType STO_GetReceivers(const std::string& sender, uint32_t property, int

// Stop, once the whole amount is allocated
if (will_really_receive > 0) {
assert(!isAddressFrozen(address, property));
assert(!isAddressFrozen(address, property_will_be_distribute));
receiversSet.insert(std::make_pair(will_really_receive, address));
} else {
break;
Expand Down

0 comments on commit 08edab9

Please sign in to comment.