bitshares / beet

Beet is a stand-alone key/identity-manager and signing app for BitShares, heavily influenced by Scatter.
MIT License
27 stars 32 forks source link

Include Memo in the transfer for BitShares ($BTS) #169

Closed dls-cipher closed 2 years ago

dls-cipher commented 3 years ago

Add feature of "Memo" to the Beet.

sschiessl-bcp commented 3 years ago

What do you mean, add?

It is available by specifying memo in the payload (https://github.com/beetapp/beet-examples/blob/2b035db7af33f87b6af43a8c174a6e8ab6cf3d65/bitshares/inject.html#L25)

dls-cipher commented 3 years ago

See, very retarded me. Can you provide then example to humble and ignorant me - how JSON memo would be done in that payload

{"type":"three_months"}

grctest commented 2 years ago

Reintroduced the memo field to the transfer prompt https://github.com/bitshares/beet/pull/189

grctest commented 2 years ago

Now merged into the develop branch, can close issue now.