Skip to content

Commit 77424d8

Browse files
authored
Merge pull request miketout#348 from VerusCoin/dev
Dev
2 parents f7eb342 + ae3d6b4 commit 77424d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/pbaasrpc.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4124,7 +4124,7 @@ UniValue sendcurrency(const UniValue& params, bool fHelp)
41244124
// sending the full ID in the next leg without overhead in the first
41254125
if (dest.type == dest.DEST_FULLID)
41264126
{
4127-
dest = CTransferDestination(CTransferDestination::DEST_ID, ::AsVector(GetDestinationBytes(CIdentityID(GetDestinationID(destination)))));
4127+
dest = CTransferDestination(CTransferDestination::DEST_ID, ::AsVector(CIdentityID(GetDestinationID(destination))));
41284128
}
41294129
else
41304130
{

0 commit comments

Comments
 (0)