@@ -143,7 +143,7 @@ class BankClient {
const topicURL = this.urlBase + '/bank/private/' + encodeURIComponent(address) + '/' + encodeURIComponent(topic);
yield this.webClient.requestJSON({
body: payload,
- method: 'POST',
+ method: 'PUT',
url: topicURL
});
@@ -136,7 +136,7 @@ export class BankClient {
await this.webClient.requestJSON({
}