From 9b11b63074981ec54fb366726d557f1c264af787 Mon Sep 17 00:00:00 2001 From: Dario Rekowski on RockPI Date: Tue, 22 Dec 2020 12:49:53 +0000 Subject: [PATCH] concat memo --- src/Model/Transactions/Record.php | 2 +- src/protobuf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Model/Transactions/Record.php b/src/Model/Transactions/Record.php index 506846339..e5d7f917e 100644 --- a/src/Model/Transactions/Record.php +++ b/src/Model/Transactions/Record.php @@ -370,7 +370,7 @@ class Record case 'GRADIDO_TRANSACTION': return $this->parseTransaction($json['transaction']); case 'MEMO': - $this->memo = $json['memo']; + $this->memo .= $json['memo']; return true; case 'SIGNATURES': return $this->parseSignatures($json['signature']); diff --git a/src/protobuf b/src/protobuf index 9004e6978..81a461566 160000 --- a/src/protobuf +++ b/src/protobuf @@ -1 +1 @@ -Subproject commit 9004e6978ac3dafcc635b2ffcf8bc6a156451cca +Subproject commit 81a461566e46d71533dc3e284fa075d7d68fd020