| 676 | } |
| 677 | |
| 678 | void database_fixture::transfer( |
| 679 | account_id_type from, |
| 680 | account_id_type to, |
| 681 | const asset& amount, |
| 682 | const asset& fee /* = asset() */ |
| 683 | ) |
| 684 | { |
| 685 | transfer(from(db), to(db), amount, fee); |
| 686 | } |
| 687 | |
| 688 | void database_fixture::transfer( |
| 689 | const account_object& from, |
nothing calls this directly
no outgoing calls
no test coverage detected