mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Dev.
This commit is contained in:
parent
b1043c8651
commit
27f3e92a2f
@ -55,7 +55,7 @@ BOOST_AUTO_TEST_CASE(topic)
|
|||||||
{
|
{
|
||||||
for (auto i: wh->checkWatch(w))
|
for (auto i: wh->checkWatch(w))
|
||||||
{
|
{
|
||||||
Message msg = wh->envelope(i).open();
|
Message msg = wh->envelope(i).open(wh->filterKey());
|
||||||
last = RLP(msg.payload()).toInt<unsigned>();
|
last = RLP(msg.payload()).toInt<unsigned>();
|
||||||
cnote << "New message from:" << msg.from().abridged() << RLP(msg.payload()).toInt<unsigned>();
|
cnote << "New message from:" << msg.from().abridged() << RLP(msg.payload()).toInt<unsigned>();
|
||||||
result += last;
|
result += last;
|
||||||
|
Loading…
Reference in New Issue
Block a user